home *** CD-ROM | disk | FTP | other *** search
/ Private Investigator / Private Investigator.iso / investig / bin / maps / test.scr < prev    next >
Encoding:
Text File  |  1995-12-09  |  1.1 KB  |  46 lines

  1. ' *******************************************
  2. ' *** Map Maker - Map Editing Script File ***
  3. ' *** (1995) Didier Dambrin - Image Line  ***
  4. ' *******************************************
  5.  
  6.  
  7. ' Working directory (will be in front of every file name entered below) 
  8. WorkDir=
  9.  
  10.  
  11. ' Original map measurements 
  12. ' Leave them blank if you want to start with a new 20*13 tile map 
  13. Width=
  14. Height=
  15.  
  16.  
  17.  
  18. ' Here come the Tile Groups files to be used (in the right order)
  19. ' Put a blank file name if you want to skip a tile group
  20. TileGroup=mineavnt.til
  21. TileGroup=minefond.til
  22. TileGroup=icons.til
  23. TileGroup=bonus.til
  24. TileGroup=lights00.til
  25.  
  26.  
  27. ' Put here the picture file containing the background screen
  28. Background=mineback.pcx
  29.  
  30.  
  31. ' Map masks: turn to OFF if you don't want to SAVE the referred plane
  32. ' Useful to save one plane only (for background maps) 
  33. BackEnabled=
  34. ForeEnabled=
  35. BonusEnabled=
  36.  
  37. LightPlaneActive=TRUE
  38.  
  39.  
  40. ' ***********************************************
  41. ' *** Here start the various level parameters ***
  42. ' ***********************************************
  43. PalMix=mines.mix
  44. PalMixLight=mines.lit
  45.  
  46.